home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat3 / qabs.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  674 b   |  23 lines

  1.  
  2. QABS(3)                    UNIX Programmer's Manual                    QABS(3)
  3.  
  4. NNAAMMEE
  5.      qqaabbss - return the absolute value of a quad integer
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ssttddlliibb..hh>>
  9.  
  10.      _q_u_a_d___t
  11.      qqaabbss(_q_u_a_d___t _j)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The qqaabbss() function returns the absolute value of the quad integer _j.
  15.  
  16. SSEEEE AALLSSOO
  17.      abs(3),  labs(3),  floor(3),  cabs(3),  math(3)
  18.  
  19. BBUUGGSS
  20.      The absolute value of the most negative integer remains negative.
  21.  
  22. BSD Experimental                 June 29, 1991                               1
  23.